From aecc12a9b2b0f35172068716df00ba4b55829c3a Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Tue, 20 Sep 2005 15:18:13 +0000 Subject: [PATCH] added anchor. complexity doesn't get worse than O(n^2) with recent glib. Tue Sep 20 17:16:50 2005 Tim Janik * gtk/tmpl/gtkrc.sgml: added anchor. complexity doesn't get worse than O(n^2) with recent glib. --- docs/reference/ChangeLog | 5 +++++ docs/reference/gtk/tmpl/gtkrc.sgml | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 2365a1fb4d..a3286fc395 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 20 17:16:50 2005 Tim Janik + + * gtk/tmpl/gtkrc.sgml: added anchor. complexity doesn't get worse + than O(n^2) with recent glib. + 2005-09-15 Federico Mena Quintero * gtk/tmpl/gtkfilechooser.sgml: List all the default key bindings. diff --git a/docs/reference/gtk/tmpl/gtkrc.sgml b/docs/reference/gtk/tmpl/gtkrc.sgml index 7f8687db46..1282268b6c 100644 --- a/docs/reference/gtk/tmpl/gtkrc.sgml +++ b/docs/reference/gtk/tmpl/gtkrc.sgml @@ -123,7 +123,9 @@ that GTK+ creates internally. -Optimizing RC Style Matches + + +Optimizing RC Style Matches Everytime a widget is created and added to the layout hierarchy of a #GtkWindow ("anchored" to be exact), a list of matching RC styles out of all RC styles read @@ -190,7 +192,7 @@ to reduce the performance overhead associated with RC style matches: The use of "*" wildcards should be restricted as much as possible, because matching "A*B*C*RestString" can - result in matching complexities worse than O(n^2) in the length of strings. + result in matching complexities of O(n^2) worst case. -- 2.30.2